home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-17
/
cvga256.zip
/
UPDATE.DOC
< prev
next >
Wrap
Text File
|
1993-01-04
|
1KB
|
25 lines
Markham Thomas Feb. 3, 1989
VGA256.BGI a reverse-engineered BGI driver for Designer VGA
This is an update to my BGI driver ORCHVGA.OBJ. I now fully support
the BGI file format. This means that a programmer can choose either
a dynamically loaded BGI driver or a linked-in OBJ driver.
I separated the autodetect component of my driver from the BGI file.
It is found in VGAEXTRA.OBJ. This allows you to write your own autodetect
function to replace mine (mine can't determine if you have a Designer card).
P.S. If I can ever find the time I would like to try this driver on
Turbo Prolog. If anyone succeeds let me know......
Include Files:
VGA256.BGI - The BGI driver.
VGA256.OBJ - The OBJ version as created by BGIOBJ.EXE.
VGA256.H - The include file for use of my BGI driver.
VGAEXTRA.OBJ - The OBJ file containing Autodetect & misc..
VGAEXTRA.H - The include file for use of VGAEXTRA.OBJ
MAKEOBJ.BAT - Simple bat file to convert the BGI to OBJ.
SIMPLE.C - C demo of my driver linked into code.
COLORTST.C - C demo of my driver used in BGI format.
*.PRJ - The project files for the above C programs.